home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2000 / MacHack 2000.toast / pc / The Hacks / FishHack / source / Basic_DebugHeaders.h next >
Text File  |  2000-06-23  |  385b  |  13 lines

  1. // ===========================================================================
  2. //    Basic_DebugHeaders.h        ©1996-1998 Metrowerks Inc. All rights reserved.
  3. // ===========================================================================
  4.  
  5.     // Use PowerPlant-specific Precompiled header
  6.     
  7. #if __POWERPC__
  8.     #include "Basic_DebugHeadersPPC++"
  9.         
  10. #else
  11.     #include "Basic_DebugHeaders68K++"
  12. #endif
  13.